debian/gbp.conf: Set upstream-vcs-tag to invalid
authorJeremy Bicha <jbicha@ubuntu.com>
Sat, 8 Sep 2018 11:01:56 +0000 (07:01 -0400)
committerJeremy Bicha <jbicha@ubuntu.com>
Sat, 8 Sep 2018 11:01:56 +0000 (07:01 -0400)
since it needs to be manually specified currently

debian/gbp.conf

index 65270b6c8fb873d2157105396f7b2ad4e1bd0119..c17ca62a309376ba44dc46f1a28eb155318924c1 100644 (file)
@@ -1,7 +1,10 @@
 [DEFAULT]
 pristine-tar = True
-debian-branch=debian/master
-upstream-branch=upstream/latest
+debian-branch = debian/master
+upstream-branch = upstream/latest
+# Use gbp import-orig --uscan --upstream-vcs-tag=BABL_0_1_56
+# for instance when upgrading to 0.1.56. See https://bugs.debian.org/908316
+upstream-vcs-tag = invalid
 
 [buildpackage]
 sign-tags = True